.footer-img {
    max-width: 50px;
    max-height: 50px;
    object-fit: contain;
    margin-right: 10px;
}

.footer-img-large {
    max-width: 80px;  /* for bigger logos if needed */
    max-height: 80px;
    object-fit: contain;
    margin-right: 10px;
}

/* Flex container adjustment */
.footer-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center; /* center horizontally */
}